Skip to content

ReactiveTableView() constructor

Defined in

Type: ReactiveTableView Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. protected ReactiveTableView()
  • 2. protected ReactiveTableView(NSObjectFlag? t)
  • 3. protected ReactiveTableView(NSCoder coder)
  • 4. protected ReactiveTableView(CGRect? frame)
  • 5. protected ReactiveTableView(CGRect? frame, UITableViewStyle? style)
  • 6. protected ReactiveTableView(in nint handle)

1. Overload

protected ReactiveTableView()

View source

Summary: Initializes a new instance of the ReactiveTableView class.

2. Overload

protected ReactiveTableView(NSObjectFlag? t)

View source

Summary: Initializes a new instance of the ReactiveTableView class.

Parameters

NameTypeDescription
tNSObjectFlag?The object flag.

3. Overload

protected ReactiveTableView(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactiveTableView class.

Parameters

NameTypeDescription
coderNSCoderThe pointer.

4. Overload

protected ReactiveTableView(CGRect? frame)

View source

Summary: Initializes a new instance of the ReactiveTableView class.

Parameters

NameTypeDescription
frameCGRect?The frame.

5. Overload

protected ReactiveTableView(CGRect? frame, UITableViewStyle? style)

View source

Summary: Initializes a new instance of the ReactiveTableView class.

Parameters

NameTypeDescription
frameCGRect?The frmae.
styleUITableViewStyle?The ui view style.

6. Overload

protected ReactiveTableView(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveTableView class.

Parameters

NameTypeDescription
in handlenintThe pointer.